home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC101 - Computer Basics
/
PC101 - Computer Basics.iso
/
mac
/
Shared.cxt
/
00025_Text_25.txt
< prev
next >
Wrap
Text File
|
2000-11-27
|
1KB
|
15 lines
/* -- VLCFLIO Message name table -- */
XMessage "\pII mWriteChar, charNum --Writes a single character. Returns error code";
XMessage "\pIII mWriteMultiChar, charNum, repeatNum--Writes a char multiple times. Returns error code";
XMessage "\pIS mWriteString, string --Writes out a string of chars. Returns error code";
XMessage "\pI mReadChar --Returns a single character";
XMessage "\pS mReadLine --Returns the next line of an input file";
XMessage "\pI mGetPosition --Returns the file position";
XMessage "\pII mSetPosition, newPos --Sets the file position. Returns error code";
XMessage "\pI mGetLength --Returns the number of chars in the file";
XMessage "\pS mFileName --Returns the name of the file";
XMessage "\pI mDelete --Delete the file and dispose of me";
XMessage "\pI mStatus --Returns result code of the last file io activity";
XMessage "\pSI +mError, errorCode --Returns error message string";
XMessage "\pSI mReadNthLine --Returns the nth next line of an input file";